观看:
更新时间:2025-09-06
var rndnumb=""; for (i=1;i<=5;i++){ n = Math.floor(Math.random()*10); rndnumb= rndnumb + n; } document.write(rndnumb);